Gets the script libraries referenced by the script
__property IScriptLibraries** IncludeLibraries;
IScriptLibraries** IncludeLibraries;
Property IncludeLibraries() As IScriptLibraries**
Code and data in any of the linked script libraries will be available to the script code.
Each library must use the same language as the script itself or an error will occur when the script is executed.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|